

body {
  background-color: #E6EBED;
  font-family:'Fira Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
--arcane-color: #3933F6;
margin: 0px;

}

footer
{
background-color: var(--arcane-color);
color: white;

overflow: hidden;
display: flex;
align-items:center;

}
.footerTitle
{
display: inline;
font-size: large;
vertical-align: middle;
}
.footerLinks
{
  font-size: medium;
  display: flex;
  gap: 30px;
  color: white;
}

.footerText
{
  color: white;
 margin: 0px 20px;
  
}
.columns
{
   display:flex; 
   flex-direction:column;
}
.rows
{
    display:flex;
    flex-direction:row;
}
.socialLinksContainer
{
  color: white;
  font-size: medium;
  
  display: flex;
  gap: 30px;
  margin: 0px 20px;
}
.socialLink
{
  color: white;
  display: flex;
  gap: 5px;
}

.footerText:hover,.socialLink:hover
{
color: lightblue;
}

h1
{
  font-size: 26px;
}
h2
{
  font-size: 24px;
}
h3
{
  font-size: 22px;
}
h4
{
  font-size: 20px;
}
h5
{
  font-size: 18px;
}
h6
{
  font-size: 16px;
}

.button
{
  color: white;
background-color: var(--arcane-color);
width: 100px;
height: 20px;
padding:5px;
border: black solid;
display: block;
text-align: center;
}

.button:hover
{
color: lightblue;
display: block;
text-align: center;
border: purple solid;
}

nav
{

height: auto;
text-decoration: none;
font-weight: bold;
padding: 10px;
position: sticky;
}

.mainSection
{
margin-left: 100px;
margin-right: 100px;

}

a
{
color:black;
text-decoration: none;
}
a:hover
{
  color: blue;
}
.title
{
  font-size: x-large;
}
.links
{
  font-size: medium;
  position: absolute;
  right: 15px;
  top:10px;
  display: flex;
  gap: 15px;
  
}

.featured_project_caption
{
/*float: right;*/
/*width: 70%;*/
}

.image-projects
{
height: 365px;
width: 400px;
}

.image
{
   height: 250px;
width: 250px; 
}

.works-grid
{
display: grid;
grid-template-columns: auto auto auto;
grid-template-rows: auto auto;
gap: 20px;
}
.project
{

}
.project_caption
{

}

.projectSection
{
    margin: 20px 0px;
}

 /* Extra small devices (phones, 600px and down) */
 @media only screen and (max-width: 600px) 
 {
     
     .w-iframe
     {
        width:250px; 
        height:167px;
        
     }
     .projectIntroImage
    {
        width: 350px;
    height: 250px;
    border-radius: 10px;
    }
  .featured_project_image
  {
    width: 250px;
    height: 250px;
    border-radius: 10px;
  }
  .grid
{
display: flex;
flex-direction: column;
gap: 15px;
margin-bottom: 20px;
}
.grid-item
{
  
}
.mainSection
{
margin-left: 10px;
margin-right: 10px;

}
footer
{
background-color: var(--arcane-color);
color: white;

overflow: hidden;
display: flex;
align-items:center;
width: 100%;
  flex-direction: column;
  gap: 20px;
}

.works-grid
{
display: flex;
flex-direction: column;
gap: 20px;
}
.image-projects
{
height: 300px;
width: 300px;
}

 }

 /* Small devices (portrait tablets and large phones, 600px and up) */
 @media only screen and (min-width: 600px) 
 {
     
     .w-iframe
     {
        width:552px; 
        height:167px;
        
     }
     .projectIntroImage
    {
        width: 400px;
    height: 250px;
    border-radius: 10px;
    }
  .featured_project_image
  {
    width: 150px;
    height: 150px;
    float: right;
  }
  .grid
{
display: flex;
flex-direction: column;
gap: 10px;
margin-bottom: 20px;
}
.grid-item
{
  
}
.mainSection
{
margin-left: 25px;
margin-right: 25px;

}


 }
 
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (min-width: 1200px) 
 {
     
     .w-iframe
     {
        width:552px; 
        height:167px;
        
     }
   .projectIntroImage
    {
        width: 400px;
    height: 250px;
    border-radius: 10px;
    } 
     
  .featured_project_image
  {
    width: 400px;
    height: 250px;
    border-radius: 10px;
    float: right;

  }
  .grid
{
display: flex;
flex-direction: column;
gap: 30px;
margin-bottom: 20px;

}
.grid-item
{

}
.mainSection
{
margin-left: 100px;
margin-right: 100px;

}
 } 