
/*

Colors:
gray:  304857
dark blue:  000f47  - gregs
blue:  34669f - gregs
step1: 27a877

Fonts:
font-family: 'Prata', serif;
font-family: 'Playfair Display', serif;
font-family: 'Lato', sans-serif;
*/


/* ======================================== Global */

.list-item-title {
    font-weight: 400;
}




html,
body {
    height: 100%;
    font-family: 'Lato', sans-serif;
    color: #304857;
}

.btn {
    transition: all 0.3s ease-in-out;
}

h1 {
 font-family: 'Prata', serif;
 font-size: 3.0rem;
}

h2 {
 font-family: 'Prata', serif;
 font-size: 2.5rem;
}

p {
    font-size: 1.5rem;
    font-weight: 300;
}

p .card-text {
    font-size: 1.25rem;
    font-weight: 300;
}

ul {
    font-weight: 300;
    font-size: 15pt;
}

.lead {
    font-size: 1.5rem;
    font-weight: 300;
}

.slanted-div {
  position: relative;
  padding: 200px 0;
  background: #181818;
  overflow: visible;
  z-index: 1;
}

.slanted-div:before, .slanted-div:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  top: 0;
  transform-origin: left top;
  transform: skewY(-1deg);
}

.slanted-div:after {
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(1deg);
}

.cardrow {
    padding-top: 20px;
}



/* ======================================== Navbar */

.navbar {
    background-color:rgba(0, 0, 37, 0.95);
    border-bottom: 0px solid #dedede;
    font-family: 'Lato', sans-serif;
    font-size: 13pt;
    font-weight: 400;
    padding-top:50px;
    padding-left:30px;
    padding-right:30px;
    /* height: 80px; */
}

.navbar .nav .nav-item .nav-link {
    color: #d1d1d1;
    padding-top:35px;
}

.navbar .nav .nav-item .nav-link:hover {
    color: white;
}

.navbar-toggler {
    color: white;
}


/* ======================================== Header */

#header {
    background-size:cover;
    height: 100%;
    color: white;
    display: flex;
    align-items: center;
    background-color: #000f47;

    background-image: url('../img/bg-greg.jpg');
    background-position:center center;
}


#header p {
    margin-bottom: 30px;
    padding-top:20px;
    padding-bottom:20px;
    padding-left:0px;
}

#header .logo {
    padding-bottom: 40px;
}

#header .header-left {
    margin-top: 100px;
    padding-left:30px;
}

#header .header-right {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-style: solid;
    border-radius: 30px;
    border-width: 1px;
    border-color: white;
}

#header .fa {
    margin: 5% 0;
}

#header a .fa {
    color: white;
}

#header a .fa:hover {
    color: #34669f;
}

#header .btn {
    background-color: transparent;
    color: white;
    border: 1px solid white;
    width: 50%;
}

#header .btn:hover {
    background-color: #34669f;
    color: white;
}

/* ======================================== ase */
#ase {
    background: rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    text-align: center;
}

#ase p {
    margin: 7px 0 21px 0;
    display: inline-block;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 400;
    line-height: 26px;
}

#ase .lead {
    font-size: 1.25rem;
}


/* ======================================== certification */

#certification {
    padding: 5rem 0;
    background-color: #e3e6e8;
}

#certification h2 {
    padding-left:10px;
}

#certification p {
    padding-top:20px;
    padding-bottom:0px;
    padding-left:10px;
}

#certification .btn-certification {
    background-color: transparent;
    color: #34669f;
    border: 1px solid #34669f;
    width: 50%;
    margin-top: 30px;
}

#certification .btn-certification:hover {
    background-color: #34669f;
    color: white;
}

#certification ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}


/* ======================================== quick-start */

#quick-start {
    padding: 5rem 0;
    background-color: #eeeef2;
}

#quick-start p{
    font-size: 1.25rem;
    font-weight: 300;
}

#quick-start .lead {
    padding-bottom: 30px;
    font-size: 1.5rem;
}

#quick-start .btn-quick-start {
    background-color: transparent;
    color: #27a877;
    border: 1px solid #27a877;
    width: 100%;
    margin: 10px 0 10px 0;
}

#quick-start .btn-quick-start:hover {
    background-color: #27a877;
    color: white;
}


/* ======================================== service */

#service {
    padding: 5rem 0;
    background-color: #ffffff;  
}



#service p{
    font-size: 1.25rem;
    font-weight: 300;
}

#service .lead {
    padding-bottom: 30px;
    font-size: 1.5rem;
}

#service .btn-service {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 10px 0 10px 0;
}

#service .btn-service:hover {
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
}

#service .card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #34669f;
  border: 10px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}


/* ======================================== contact */

#contact {
    padding: 5rem 0;
    background-color: white;
}

#contact .lead {
    padding-bottom: 30px;
}

#contact .btn-contact:hover {
    background-color: transparent;
    color: #34669f;

}

#contact .btn-contact {
    background-color: #34669f;
    color: white;
    border: 1px solid #34669f;
    width: 100%;
    font-size: 21px;
}


/* ======================================== footer */

#footer {
    padding: 3rem 0;
    background-color: white;
    color: #000f47;
    text-align: center;
}

#footer p {
    font-size: 1.0rem;
}

#footer a {
    font-size: 0.8rem;
    color: #34669f;
}


/* ======================================== Media Queries */

@media(max-width: 768px) {

  h1 {
      font-size: 1.5rem;
  }

  h2 {
      font-size: 1.5rem;
  }

  p {
      font-size: 1.0rem;
      font-weight: 400;
  }

    /* ------------------------ header */
    #header .text-xs-center p {
      text-align: left!important;
    }

    #header img {
        margin: 0 auto;
    }

    #header .btn {
        width: 100%;
    }


    /* ------------------------ certification */
    #certification .text-xs-center p {
      text-align: left!important;
    }

    /* ------------------------ service */
    #service {
        text-align: left;
    }

    /* ------------------------ service */
    #service {
        text-align: left;
    }

    #certification img {
        margin-bottom: 15%;
    }

    /* ------------------------ footer */
    #footer {
        text-align: center;
    }

}


@media(max-width: 480px) {

  /* ------------------------ header */
  #hacker  {
      margin-top: 120px;
  }

  /* ------------------------ navbar */

    .navbar .nav .nav-item .nav-link {
        color: #d1d1d1;
        padding-top: 20px;
    }

}


/* ======================================== Form */

.form-group{
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
}
.form-group input,
.form-group textarea{
  width: 100%;
  /* padding: 10px;*/
  border: 1px solid rgba(128, 128, 128, 0.199);
  margin-top: 5px;
}
textarea{
  resize: vertical;
}

#gregs-form-status{
  width: 100%;
  text-align: center;
  margin-top: 20px;
  /* padding: 20px;*/
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
}
#gregs-form-status.success{
  background-color: rgb(57, 180, 73);
  color: white;
  animation: status 12s ease  forwards;
}
#gregs-form-status.error{
  background-color: rgb(42, 78, 42);
  color: white;
  animation: status 12s ease  forwards;
}

@keyframes status{
  0%{
    opacity: 1;
    pointer-events: all;
  }
  90%{
    opacity: 1;
    pointer-events: all;
  }
  100%{
    opacity: 0;
    pointer-events: none;
  }
}


/* ======================================== modal */
.modal-header {
	padding: 25px 25px 15px 25px;
	text-align: left;
}

.modal-header p{
	font-size: 0.7rem;
  text-transform: uppercase;
}

.modal-body {
	padding: 25px 25px 15px 25px;
	text-align: left;
}

.modal-body p{
	font-size: 1.0rem;
}

.modal-body ul{
	font-size: 1.0rem;
}

/*
.modal-backdrop.in {
	filter: alpha(opacity=7);
	opacity: 0.7;
}

.modal-content {
	background: none;
	border: 0;
	-moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

.modal-body {
	padding: 0 25px 25px 25px;
}

.modal-header {
	padding: 25px 25px 15px 25px;
	text-align: right;
}

.modal-header, .modal-footer {
	border: 0;
}

.modal-header .close {
	float: none;
	margin: 0;
	font-size: 36px;
	color: #fff;
	font-weight: 300;
	text-shadow: none;
	opacity: 1;
}

modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
*/
