/*
Theme Name: Sevefolio
Theme URI: KerrySeverin.com
Author: Kerry Severin
Author URI: http://kerryseverin.com
Description: Sevefolio brings you minimalist design with great user experince to showcase your portfolio. 
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sevefolio
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Syne:wght@400..800&display=swap');

body {
  font-size: 1.125em;
  font-weight: 400;
  color: #333;
   font-family: "DM Sans", sans-serif;
	font-style:normal;
  font-optical-sizing: auto;
}
p, li{
	color: #333;
}

.h1, h1, .h2, h2{
  font-weight: 700 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: "Syne", sans-serif !important;
	color:#141414 !important;
	font-style: normal;
	font-optical-sizing: auto;
	line-height: 42px !important;
}
.h3, h3, .h4, h4, .h5, h5{
  font-weight: 500 !important;
}

/*
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.hero-title {
  font-size: 0.8em !important;
  text-transform: capitalize;
}*/

.hero {
  height: 480px;
  display: flex;
  align-items: center;
	width: 1140px;
}
.brand h1{
  margin-top: 0px;
  font-family: "Syne", sans-serif;
  font-weight: 600;
	font-size:56px;

}

.brand {
  align-self: center;
	width:66%;
}

.grid-description {
 /* padding: 1em;*/
}

.grid-image {
  padding: 1em;
}

.grid-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.sf-main-menu a {
  color: #333;
}

.sf-main-menu a:hover {
  color: grey;
}
/****** Case Study ***/

.case-study{
  box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
  border-radius: 10px;
  padding: 40px;
  margin-bottom: 60px;
  
}
.grid-description em {
  font-style: normal;
  font-weight: bold;
}
/*.grid-description h2 {
  margin: 0px;
}
.grid-description p {
  font-size: 16px;
}
.grid-description i, .grid-description em {
  font-size: 0.8em;
}


.grid-description p {
  
  eight: 30px;
}*/

p {
  line-height: 30px;
}

li {
  line-height: 30px;
}

@media screen and (min-width: 768px) {
  .container {
    width: 1020px;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
  }

  .grid-description {
    padding: 1em;
  }

  .grid-image {
    padding: 1em;
  }

  nav {
    font-size: 0.8em;
  }

  .sf-main-menu {
    padding: 0px;
  }

  .sf-main-menu li {
    list-style: none;
    float: left;
  }

  .sf-main-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
  }

  .sf-main-menu .sub-menu {
    display: none;
  }
}
img {
  width: 100%;
  height: auto;
}

.port-title {
  text-align: center;
  letter-spacing: -1px;
}

.grid-description h2 a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.grid-description h2 a:hover {
  color: #808080;
  text-decoration: none;
  cursor: pointer;
}

.html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.wp-block-image figcaption {
  color: #000 !important;
  padding: 10px;
  position: absolute;
  bottom: -14px;
  width: 100%;
  opacity:1;
  background-color: transparent !important;
  background: transparent !important;
  font-size: 1rem !important;
  
}
.wp-block-image{
  padding:30px;
}
figure.aligncenter {
  position: relative;
}
figure.aligncenter:hover figcaption{
  opacity:1;
}

/*# sourceMappingURL=style.css.map */