
@viewport {
    user-zoom: fixed;
  }
body{
    color: #40514E;
    margin: 0;
    text-align: center;
    font-family: 'Merriweather', serif;
    line-height: 2;
}

h1{
    font-size: 5.625rem;
    margin: 40px auto 0 auto;
    font-family: 'Sacramento', cursive;
    color: #66BFBF;
}
.fixmar
{
    margin-bottom: 0px;
}
h2{
    font-family: 'Montserrat', sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    margin-bottom: 10px;
    color: #66BFBF;
    padding-bottom: 10px;

}
h3{
    color: #11999E;
    
}
.top-container {
    background-color:#EAF6F6;
    padding-top: 70px;
    position: relative;
    margin-bottom: 70px;

}

.footer-link
{
    color: #11999E;
}

.intro{
    width: 40%;
    margin: auto;
    text-align: center;
}

.skill-row {
    display: inline-block;
    width: 50%; 
    text-align: left;  
    margin-top: 50px;

}

.code
{
   width: 30%;
   float: left;
   margin-right: 30px;
   margin-top: 30px;

}
.project
{
    float: right;
    margin-left: 30px;
    margin-top: 20px;
    width: 25%; 
}
.cooking
{
    width: 30%;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
   
}

.project-text
{
    text-align: left;
}

.cook-text{
    text-align: right;
}

.Csharp{
    padding-left: 50px;
}

p{
    color: #40514E;
}
hr{
    
    border: dotted  #EAF6F6 6px;
    width: 4%;
    margin: 50px auto;
    border-bottom: none;
}

 .copyright{
     color: #EAF6F6;
     font-size: small;
     padding-top: 30px;
 }

 .bottom-container
 {
     background-color: #66BFBF;
     color: #11999E;
     padding-bottom: 10px;
     padding-top: 30px;
     font-size: small;
     
 }
 .footer-link{
 padding: 20px;
 
 }

 .shlomypic{
    border-radius: 50%;
    width: 200px;  
}

.top-cloud{
    position: absolute;
    right: 300px;
    top: 50px;
  }
  
  .bottom-cloud{
      display: inline-block;
      position: absolute;
      left: 100px;
  }

.btn {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: 14px;
    line-height: 14px;
    color: #FFFFFF;
    font-family: Open Sans;
    width: 118px;
    font-size: 18px;
    font-weight: 200;
    padding: 10px;
    background-color: #66BFBF;
    -webkit-box-shadow: 1px 1px 20px 0 #000000;
    -moz-box-shadow: 1px 1px 20px 0 #000000;
    box-shadow: 1px 1px 20px 0 #000000;
    text-shadow: 1px 1px 20px #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
 }
 
 .btn:hover {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
 }

 .img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}