/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 1, 2020, 9:37:23 PM
    Author     : Z10387
*/
body{
    font-family: 'Montserrat','Dosis','Oswald','Roboto',sans-serif;
    padding: 0;
    margin: 0;

}

aside{
    margin: 0;
    float: left;
    min-height: 100%;
    width: 39%;
    margin:0;

}

footer{
    clear: right;
    margin: 0;
    padding-top: 0;
    border: 1px solid black;
}

footer #copyright{
      margin-top:0;
}
section{
    padding: 10px;
    padding-bottom: 20px;
    float: right;
    background-color: #F5F5F5;
    width: 65%;
    margin-bottom: 0;
    height: 100%;
    border: 1px solid #F5F5F5;

}
#container{
  
    width: 100%;
    margin:0;
    
}
.contact-box{
    /*display: flex;*/
    padding-bottom: 2%;
        padding-left: 3%
}

.contact-left{
    flex-basis: 70%;
    padding: 40px 60px;
    background-color: #F8F8F8;
    text-align: justify;
}

.contact-right{
    flex-basis: 30%;
    padding: 40px;
    

}

.input-row{
    /*display: flex;*/
    justify-content: space-between;
    margin-bottom: 10px;
    text-align: justify;
    padding: 20px;
    margin-left: 10%
    /*flex-wrap: wrap;*/
}

.input-row .input-group{
    /*flex-basis: 45%;*/
    margin-bottom: 10px;
    

}

input{

    width: 85%;
    border: none;
    border: solid 1px blueviolet;
    outline: none;
    padding-bottom: 6px;
    padding-top: 6px;
}
textarea{
    width:85%;
    outline: none;
    padding: 10px;
    border: solid 1px blueviolet;
    box-sizing: border-box;
    margin-bottom: 0;

}
label{
    margin-bottom: 3px;
    display: block;
    color: blueviolet
}

section button{
    background: #00b3b3;
    width: 120px;
    border: none;
    font-size: 1.2em;
    outline: none;
    color: #fff;
    height: 30px;
    border-radius:30px;
    box-shadow: 0px 5px 15px 0px rgba(28,8,181,0.3);
    margin-top: 0;
    cursor: pointer;
    margin-left: 41%;
    
}


section button:hover{
    
        box-shadow: 0 0 10px #00e6e6,
        0 0 10px   #80ffff
}


form{
    text-align: justify;
margin-bottom: 0;

align-content: center;
justify-content: center;
align-items: center;
}
aside img{
    width: 100%;
    height: 100%;
   margin: 0;
   opacity: 0.6
    
}
