@font-face {
    font-family: 'myFont';
    src: url('images/openSans.ttf')
}

body{
    margin:0px;
}
img{
    width: 100vw;
    /* overflow: hidden; */
}

.carousel-inner img {
    height: 100vh;
}

#wordsSection {
    position:fixed;
    width:30%;
    top:0px;
    right:0px;
    height:100vh;
    padding: 30px 10px;
    font-family: myFont;
    text-shadow: 1px 1px 1px black;
    z-index:1000;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0.75) 100%);
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0.75) 100%); 
    background: linear-gradient(to right,  rgba(255,255,255,0.15) 0%, rgba(255,255,255,0.5) 15%, rgba(255,255,255,0.75) 80%, rgba(255,255,255,0.75) 100%);   
}

#homeBut {
    position:absolute;
    top: 10px;
    right:50px;
    color:white;
}

#wordsSection h2{
    color:rgb(18, 18, 110);
    text-shadow: 1px 1px 1px white;
    margin:0px;
    padding-top:50px;
    font-size:40px;
}

#things {
    padding-top:25px;
    font-size:25px;
    line-height:35px;
    color:white;
    
}

#comp{
    width:90%;
}

#contactButton {
    margin-top:30px;
    position:relative;
    background-color:white;
    color:black;
    width:50%;
    border-radius: 50px;
    padding:15px;
    text-align: center;
    cursor: pointer;
    text-shadow: none;
    box-shadow: -1px -1px 1px gray;
    letter-spacing:2px;
}

#contactButton:hover{
    box-shadow: none;
}

a {
    text-decoration: none;
}

.container {
    
      width: 100vw;
    
      height: 100vh;
    
      position: relative;
   
    }
   
     
   
    .section {
   
      width: 100vw;
    
      height: 100vh;
   
    }
    